home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / neckti17.zip / SYSOP.DOC < prev   
Text File  |  1993-01-21  |  9KB  |  193 lines

  1.               NECKTI V 1.7 Copyright 1992-1993 Douglas DeLonay
  2.  
  3.      NECKTI is a shareware product. If you try it out and plan on using it a
  4. registration fee is required. For more information on registration go to the
  5. end of the file.
  6.    For easy setup use the SETUP command line parameter. This will make your
  7. .CFG files(s) for you. Easy to follow menu's and selections. Can also edit your
  8. .CFG files, and make/edit your .BAT files for you. the SETUP procedure will
  9. make your NECKTI commandline from the options you pick in SETUP menu's. Though
  10. the SETUP utility should be easy to follow that doesn't mean you shoulnd't read
  11. the DOCS for a better understanding of commands. Type from directory NECKTI
  12. will be run (can be run from other directory, but that isn't the safest way)
  13.  
  14.   NECKTI SETUP
  15.  
  16.    Though I took care to see that this software is error free I can not be
  17. responsible for any damage that you believe is caused by your use of this
  18. software. All responsibility lies with you the user of this product.
  19.   NECKTI supports multi-node BBS's and using file locking to assure file
  20. integrety. If you use the multi-node option you will need to add the correct
  21. commandline option. For RYBBS SYSOP's you'll need to put
  22.  
  23.    NECKTI %1NODE
  24.  
  25.    as a commandline option. Also RYBBS sysops using the multi-node option will
  26. need to add the %NODE command to your menu command that calls the batch file
  27. for NECKTI. i.e.
  28.  
  29.   SRUN,N,5,5,  [N]eckti  ,*NECKTI %NODE
  30.  
  31.   For non-RYBBS users of NECKTI just put NODE as the command line..
  32.  
  33.   NECKTI NODE
  34.  
  35.   SHARE.EXE MUST be loaded for the multi-node option to work. If SHARE isn't
  36. loaded and you have the multi-node options set you will get sveveral error
  37. messages, and then the program will abort. Multi-node users see the discussion
  38. about naming the configuration file.
  39.         NECKTI is a hangman type door. It is differant than all the rest I've
  40. seen in that it has it's own dictionairy, the players can have the computer
  41. pick a word from the dictionairy for them, or pick one themselves. If the user
  42. picks one him/her self they will have the option to have the computer pick one
  43. for them after each try at picking a word thats in the dictionairy. They will
  44. get the option to have words that aren't in the dictionairy entered in the new
  45. word dictionairy, which can be merged with the verified word dictionairy or
  46. edited by using the utility that comes with the registered version.
  47.  
  48.   Also you can change the look of the hangman with your favorite ANSI editor if
  49. the default one isn't to your liking. There's eleven files for the hangman
  50. display.
  51.          rightfot.ans          last file to be displayed. shows whole body.
  52.                                Make this one first then edit this one to work
  53.                                down through the rest.
  54.  
  55.          leftfoot.ans          whole body minus right foot.
  56.  
  57.          rightleg.ans          leftfoot.ans minus the left foot.
  58.  
  59.          leftleg.ans           rightleg.ans minus the right leg.
  60.  
  61.          rghthand.ans          leftleg.ans minus the left leg.
  62.  
  63.          lefthand.ans          rghthand.ans minus the right hand.
  64.  
  65.          rightarm.ans          lefthand.ans minus the left hand.
  66.  
  67.          leftarm.ans           rightarm.ans minus the right arm.
  68.  
  69.          body.ans              leftarm.ans minus the left arm.
  70.  
  71.          neck.ans              body.ans minus the body.
  72.  
  73.          head.ans              neck.ans minus the neck.
  74.  
  75.          noose.ans             just the noose.
  76.  
  77.     So it is fairly simple. just start with the top one in the above list and
  78. subject a part and rename the file along each step. Also remember to keep
  79. output length restricted to the left 40 colomns, and top 23 rows.
  80.  
  81.   As for the configuration file it can be used to control how long inactive
  82. users are kept in the users list. How long inactive games are kept in the game
  83. file. How many times a user can challenge the computer per turn. users can gain
  84. points to their total points score by playing against the computor. You can
  85. also determine how many words each player has to guess to constitute a game. So
  86. you determine how long each game will take to complete. Just make a
  87. configuration file that ends with '.CFG'. The name of the configuration file is
  88. command line definable. i.e. To have NECKTI accept a .CFG file called
  89. MYFILE.CFG just put the filename on the commandline like so
  90.  
  91.   NECKTI MYFILE.CFG
  92.  
  93.   If you leave out this commandline option NECKTI will by default try to locate
  94. NECKTI.CFG as the configuration file. The command line option would be most
  95. usefull to multi-node BBS's that don't want to copy there dropfiles to the
  96. NECKTI directory.
  97.  
  98.      \rybbs\curruser                 ;path to curruser.bbs(x) or dorinfo1.def
  99.      3                               ;number of turns per game
  100.      7                               ;number of days to keep inactive games
  101.      1                               ;number of days to keep inactive users
  102.      2                               ;times a user can challenge computer
  103.      2                               ;total games a player be involved in
  104.      2                               :number of idle minutes allowed.
  105.      The Home of ZIGGY's Stardust!!  ;name of BBS
  106.  
  107.   Dorinfo1.def file users must include the filename and extension. RYBBS
  108. SYSOP's DO NOT put in the extension. NECKTI will determine the correct
  109. extension for RYBBS curruser file by using the NODE instructions discussed
  110. earlier.
  111.   To call neckti first make sure all the NECKTI files are in the same
  112. directory, and call NECKTI from that directory. Also you need to have a
  113. ANSI.SYS driver loaded to use it.
  114.  
  115.    i.e.
  116.    NECKTI.BAT
  117.    @echo off
  118.    cd\rybbs\doors\neckti
  119.    neckti
  120.    cd\rybbs
  121.  
  122.   Added the ability to use fossil driver. adding FOSSIL to the command line
  123.   will tell NECKTI to attempt to use fossil driver. If fossil driver isn't
  124.   loaded NECKTI will attempt to use it's own interrupt port routines. By
  125.   default NECKTI will leave fossil active. Adding a U top the FOSSIL command
  126.   will tell NECKTI to unload the fossil driver on exit.
  127.     i.e.     NECKTI FOSSILU            -use fossil driver and unload on exit
  128.              NECKTI FOSSIL             -use fossil driver and leave it loaded
  129.  
  130.  
  131.      It's that easy. Of coarse if you don't use RyBBS or RA you should have no
  132. problem finding a door converter to make either one for you. just make sure you
  133. run the converter and have the correct door file placed were your NECKTI.CFG
  134. file says it will be.
  135.    You may also want to try my last caller lister. It is very versatile. can
  136. add comments, show user time on in military or 24 hour format, plus much more.
  137.       You can always get a hold of the latest version on my BBS
  138.             The Home of ZIGGY
  139.             (414)264-3220     sorry only 2400 baud.
  140.  
  141.       or EXEC-PC
  142.          (414)789-4210        over 200 lines. many with 9600 baud and better.
  143.  
  144.       or RyBBS Homebase
  145.          (414)962-1097       2 lines. 9600+ baud. Support board for the greatest
  146.                              BBS package around. great support!
  147.  
  148.  
  149.      Registration is $20 U.S. currency. For this you will get the most recent
  150. version of the program including an updated word file with many more words in
  151. it. The NECKUTIL program which will allow you to verify words in the newword
  152. file as correct before merging them to the main word file. Of coarse you'll
  153. need to register to be able to merge the 2 files also. It will also allow you
  154. to edit players stats such as points, games in etc. or start a new game(reset
  155. entire game). To do so in unregistered version just delete the neck*.dat files.
  156.   The utility basically lets you edit anything in the game stats, user stats,
  157. or wordfile. Also delete single games or a player. Deleting a player
  158. automatically deletes all games that plaer was involved in.
  159. send in the form below to register.
  160.  
  161. -------------------------------------------------------------------------------
  162. Name___________________________
  163.  
  164. address______________________________________
  165.  
  166. City___________________ State__ Zip code_____
  167.  
  168. Disk size    5 1/4____  3 1/2 _____
  169.  
  170. BBS name _______________________________________
  171.  
  172. BBS phone number ___-___-____
  173.  
  174. Comment/suggestion(s)
  175. __________________________________________________________________________
  176.  
  177. __________________________________________________________________________
  178.  
  179. __________________________________________________________________________
  180.  
  181. __________________________________________________________________________
  182.  
  183. __________________________________________________________________________
  184.  
  185. -------------------------------------------------------------------------------
  186.    send to
  187.    Douglas DeLonay
  188.    P.O. Box 72112
  189.    Milwaukee, WI 53212
  190.  
  191.        Thanks for trying this program! Suggestions and comments always welcome.
  192.  
  193.